Method (computer programming)
COMPUTER FUNCTION OR SUBROUTINE THAT IS TIED TO A PARTICULAR INSTANCE OR CLASS
Class method; Instance method; Abstract method; Static method; Method (object-oriented programming); Method (programming); Member function; Method heading; Method name; Method (computing); Method (oo); Static functions; Static function; Static methods; Final method; Method (computer science); Hooking method; Method call; Special method; Overloaded method; Operator method; Method calls
A method in object-oriented programming (OOP) is a procedure associated with a message and an object. An object consists of state data and behavior; these compose an interface, which specifies how the object may be utilized by any of its various consumers.